home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
util
/
libs
/
graphics3d.lha
/
src
/
library
/
debuglib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-01-22
|
269 b
|
13 lines
/***********************************
** Routin per poter eseguire il **
** debug delle share library di **
** Amiga. **
** Non si puo' usare all'esterno **
***********************************/
#ifdef DEBUG
extern long int write_dbg(char *stringa);
#endif